Skip to content

Commit

Permalink
version set to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 14, 2024
1 parent 3e817ed commit 07c7775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion judges.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.required_ruby_version = '>=3.2'
s.name = 'judges'
s.version = '0.0.0'
s.version = '0.27.0'
s.license = 'MIT'
s.summary = 'Command-Line Tool for a Factbase'
s.description =
Expand Down
2 changes: 1 addition & 1 deletion lib/judges.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# Copyright:: Copyright (c) 2024 Yegor Bugayenko
# License:: MIT
module Judges
VERSION = '0.0.0'
VERSION = '0.27.0'
end

0 comments on commit 07c7775

Please sign in to comment.