Skip to content

Commit 85e7bd3

Browse files
committed
Update nightly version in CMakeLists.txt
Missed in #1110
1 parent d0206a1 commit 85e7bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
DATE=$(date +%Y%m%d)
4747
VERSION="0.$DATE.0"
48-
sed -i.bak "s/#define LSP_VERSION .*/#define LSP_VERSION \"$VERSION\"/g" src/main.cpp
48+
sed -i.bak "s/set(LSP_VERSION .*/set(LSP_VERSION \"$VERSION\")/g" CMakeLists.txt
4949
jq ".version = \"$VERSION\"" editors/code/package.json > tmp.json && mv tmp.json editors/code/package.json
5050
5151
- name: Build Server

0 commit comments

Comments
 (0)