Skip to content

Commit e0a19a5

Browse files
release: 0.3.0
Overview This release introduces new API to check module version in code. Changed * Add versioning support through module._VERSION (PR #65). * Deprecate versioning support through module.VERSION (PR #66).
1 parent f414663 commit e0a19a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '0.2.0'
4+
return '0.3.0'

0 commit comments

Comments
 (0)