Skip to content

Commit 7d19d95

Browse files
committed
increase version - testing
1 parent b462d17 commit 7d19d95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish
22
on:
33
release:
44
types: [published]
5+
push:
56

67
jobs:
78
publish:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
xero-ruby (9.3.0)
4+
xero-ruby (9.3.0.pre.alpha.1)
55
faraday (>= 2.0, < 3.0)
66
json (~> 2.1, >= 2.1.0)
77
json-jwt (~> 1.16, >= 1.16.3)

lib/xero-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module XeroRuby
14-
VERSION = '9.3.0'
14+
VERSION = '9.3.0-alpha.1'
1515
end

0 commit comments

Comments
 (0)