Skip to content

Commit 5577504

Browse files
committed
add a version file
1 parent 71e4827 commit 5577504

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/version.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)