Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danallison committed Oct 27, 2017
1 parent ba486ef commit 1790a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Application < Rails::Application
# -- all .rb files in that directory are automatically loaded.
config.autoload_paths += %W(#{config.root}/app/services)

# Corresponds to GitHub releases: https://github.com/calculist/app.calculist.io/releases
config.calculist_version = 'v0.2.1'
# Corresponds to GitHub releases: https://github.com/calculist/calculist-web/releases
config.calculist_version = 'v0.3.0'
end
end

0 comments on commit 1790a7e

Please sign in to comment.