Skip to content

Commit a625486

Browse files
fix: pre-release version string should match ruby, not semver conventions (#217)
1 parent fb65338 commit a625486

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/orb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Orb
4-
VERSION = "0.1.0-alpha.36"
4+
VERSION = "0.1.0.pre.alpha.36"
55
end

rbi/lib/orb/version.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# typed: strong
22

33
module Orb
4-
VERSION = "0.1.0-alpha.36"
4+
VERSION = "0.1.0.pre.alpha.36"
55
end

sig/orb/version.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Orb
2-
VERSION: "0.1.0-alpha.36"
2+
VERSION: "0.1.0.pre.alpha.36"
33
end

0 commit comments

Comments
 (0)