Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Dec 6, 2024
1 parent 2709a43 commit a3a5001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions expression-ruby/lago-expression.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
spec.name = 'lago-expression'
spec.version = '0.0.1'
spec.summary = '0.0.1'
spec.version = '0.1.0'
spec.summary = 'gem supporting sql expression evaluation in ruby'
spec.authors = ['Lago']
spec.required_ruby_version = '~> 3.3'
spec.required_rubygems_version = ">= 3.3.11"
Expand Down
2 changes: 1 addition & 1 deletion expression-ruby/lib/lago-expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require_relative 'lago_expression/lago_expression'

module Lago
VERSION = '0.0.1'.freeze
VERSION = '0.1.0'.freeze
end

0 comments on commit a3a5001

Please sign in to comment.