Skip to content

Commit c8f6a81

Browse files
committed
Fix the codegen version ruby constant
1 parent 4ecd8c3 commit c8f6a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class GraphQLJavaGen
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)