Skip to content

Commit

Permalink
hide version
Browse files Browse the repository at this point in the history
Conflicts:
	lib/axlsx/version.rb
  • Loading branch information
tcannonfodder committed Sep 23, 2014
1 parent c6a07b6 commit aab304d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axlsx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require File.expand_path('../lib/axlsx/version', __FILE__)

Gem::Specification.new do |s|
s.name = 'axlsx'
s.version = Axlsx::VERSION
s.version = "1.3.6"
s.author = "Randy Morgan"
s.email = '[email protected]'
s.homepage = 'https://github.com/randym/axlsx'
Expand Down
2 changes: 1 addition & 1 deletion lib/axlsx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Axlsx

# The current version
VERSION = "1.3.6"
# VERSION = "1.3.6"
end

0 comments on commit aab304d

Please sign in to comment.