Skip to content

Commit

Permalink
Use VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-anders committed Nov 30, 2023
1 parent df361ce commit 1f5af2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.4.0
2 changes: 1 addition & 1 deletion nsq-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "nsq-ruby".freeze
s.version = "2.3.1"
s.version = File.read('VERSION')

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down

0 comments on commit 1f5af2a

Please sign in to comment.