Skip to content

Commit

Permalink
bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichotte committed Mar 16, 2015
1 parent 728082e commit 9fa879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Motion::Project::App.setup do |app|
app.name = 'HSTracker'
app.copyright = 'Copyright © 2015 Benjamin Michotte. All rights reserved.'

app.short_version = '0.2'
app.short_version = '0.3'
app.version = `git rev-list HEAD --count`.strip
App.info 'Building version', "#{app.short_version}.#{app.version}"

Expand Down

0 comments on commit 9fa879e

Please sign in to comment.