Skip to content

Commit

Permalink
Merge pull request #587 from helpyio/release/1.2.1
Browse files Browse the repository at this point in the history
Update version to 1.2.1
  • Loading branch information
scott authored Mar 23, 2017
2 parents c6beee0 + 9cd8e25 commit ddfe4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Rails.application.initialize!

# Get the current tag version
VERSION = '1.2.0'
VERSION = '1.2.1'
REVISION = `git log --pretty=format:'%h' -n 1`
APP_VERSION = "#{VERSION}:#{REVISION}"

0 comments on commit ddfe4b7

Please sign in to comment.