Add VERSION

This commit is contained in:
Reza Behzadan 2024-03-31 14:01:48 +03:30
parent 0d88f7fa2d
commit 8337911490
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
stage('Release') {
steps {
sh 'git tag -a v$(cat VERSION) -m "v$(cat VERSION)"'
sh 'goreleaser release'
}
}

1
VERSION Normal file
View File

@ -0,0 +1 @@
1.0.3