Skip to content

Commit

Permalink
Change version string
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed May 9, 2016
1 parent 9d63bdd commit 2e65859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
Rails.application.initialize!

# Get the current tag version
APP_VERSION = `git describe --tags` unless defined? APP_VERSION
VERSION = '0.9.2'
REVISION = `git log --pretty=format:'%h' -n 1`
APP_VERSION = "#{VERSION}:#{REVISION}"

0 comments on commit 2e65859

Please sign in to comment.