We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09efe3 commit a2b451bCopy full SHA for a2b451b
addDevTag
@@ -1,10 +1,5 @@
1
#!/bin/bash
2
3
-# check if we need to merge master into this branch------------
4
-if [[ $(git log origin/master ^HEAD) ]]; then
5
- echo "You need to merge master into this branch. Exiting"
6
- exit 1
7
-fi
8
9
# get version------------
10
version=`cat ./supertokens/constants.go | grep -e 'const VERSION'`
0 commit comments