Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Nov 19, 2019
1 parent f6c5a62 commit fe7593d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
logga (1.7.0)
logga (1.8.0)
activerecord (~> 5.2)
activesupport (~> 5.2)

Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8.0
3 changes: 2 additions & 1 deletion lib/logga/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

module Logga
VERSION = "1.7.0"
version_file = File.join(File.dirname(__FILE__), "../../VERSION")
VERSION = File.read(version_file).split("\n").first
end

0 comments on commit fe7593d

Please sign in to comment.