We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e4827 commit 5577504Copy full SHA for 5577504
src/version.js
@@ -0,0 +1,9 @@
1
+// The version of the command Action
2
+// Acceptable version formats:
3
+// - v1.0.0
4
+// - v4.5.1
5
+// - v10.123.44
6
+// - v1.1.1-rc.1
7
+// - etc
8
+
9
+export const VERSION = 'v1.4.0'
0 commit comments