minor version bump

This commit is contained in:
2023-07-19 15:14:46 +01:00
parent 5f08b97759
commit af85d8b9ab
5 changed files with 58 additions and 13 deletions

View File

@@ -7,11 +7,11 @@ module OBSWS
end
def minor
1
2
end
def patch
3
0
end
def to_a
@@ -22,4 +22,6 @@ module OBSWS
to_a.join(".")
end
end
VERSION = Version.to_s
end