Bump version to 0.64.0-develop

pull/10376/head
Bradley Hilton 8 years ago
parent aa1c064507
commit 7ea39a7695
No known key found for this signature in database
GPG Key ID: 0666B2C24C43C358
  1. 2
      .docker/Dockerfile
  2. 2
      .sandstorm/sandstorm-pkgdef.capnp
  3. 2
      .travis/snap.sh
  4. 5
      HISTORY.md
  5. 2
      package.json
  6. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM rocketchat/base:8
ENV RC_VERSION 0.63.1
ENV RC_VERSION 0.64.0-develop
MAINTAINER buildmaster@rocket.chat

@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.63.1"),
appMarketingVersion = (defaultText = "0.64.0-develop"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.63.1
RC_VERSION=0.64.0-develop
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,3 +1,8 @@
<a name="0.64.0-develop"></a>
# 0.64.0-develop (2018-04-07)
# 0.63.1
`2018-04-07 · 5 🐛 · 3 👩💻👨💻`

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.63.1",
"version": "0.64.0-develop",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.63.1"
"version": "0.64.0-develop"
}

Loading…
Cancel
Save