Skip to content

Commit

Permalink
Bump to version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Nov 1, 2011
1 parent dab1bbf commit 2074fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/deploy/conf.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ staging:
user: "mconf" # User (in the server) used to deploy
repository: "git://github.com/mconf/mconf-web.git" # Repository to get the app from
scm: "git" # Repository scm
branch: "v0.4.1" # Branch or tag to be deployed
branch: "v0.5" # Branch or tag to be deployed
# scm_username: "scm-username" # Username to access the scm
# scm_password: "scm-pass" # Password to access the scm
# deploy_to: "/home/myuser/deploy_folder/" # Folder where the app will be in the server
Expand All @@ -35,4 +35,4 @@ production:
user: "mconf"
repository: "git://github.com/mconf/mconf-web.git"
scm: "git"
branch: "v0.4.1"
branch: "v0.5"
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vcc
VERSION = "0.4.1".freeze
VERSION = "0.5".freeze

# get the current git branch
@@branch = nil
Expand Down

0 comments on commit 2074fce

Please sign in to comment.