Skip to content

Commit

Permalink
increase version - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 11, 2024
1 parent b462d17 commit 7d19d95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish
on:
release:
types: [published]
push:

jobs:
publish:
Expand Down
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:
xero-ruby (9.3.0)
xero-ruby (9.3.0.pre.alpha.1)
faraday (>= 2.0, < 3.0)
json (~> 2.1, >= 2.1.0)
json-jwt (~> 1.16, >= 1.16.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/xero-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module XeroRuby
VERSION = '9.3.0'
VERSION = '9.3.0-alpha.1'
end

0 comments on commit 7d19d95

Please sign in to comment.