Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 11, 2019
1 parent 6f8708f commit f71db52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/_version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Lupo
class Application
g = Git.open(Rails.root, :log => Logger.new(STDOUT))
VERSION = "2.3.44"
VERSION = "2.3.45"
REVISION = g.object('HEAD').sha
end
end

0 comments on commit f71db52

Please sign in to comment.