Skip to content

Commit a2b451b

Browse files
committed
prepares for release
1 parent a09efe3 commit a2b451b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

addDevTag

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22

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
83

94
# get version------------
105
version=`cat ./supertokens/constants.go | grep -e 'const VERSION'`

0 commit comments

Comments
 (0)