mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
* chore: bump version to 0.10.0 Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * fix sqlness version regex Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
-- SQLNESS REPLACE branch:\s+.+ branch: BRANCH
|
|
-- SQLNESS REPLACE commit:\s+.+ commit: COMMIT
|
|
-- SQLNESS REPLACE commit_short:\s+.+ commit_short: COMMIT_SHORT
|
|
-- SQLNESS REPLACE clean:\s+.+ clean: CLEAN
|
|
-- SQLNESS REPLACE version:\s+.+ version: VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT build();
|
|
|
|
++|build()|++|branch:BRANCH|commit:COMMIT|commit_short:COMMIT_SHORT|clean:CLEAN|version:VERSION++
|
|
|
|
-- SQLNESS REPLACE (\d+\.\d+\.\d+) VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT version();
|
|
|
|
++|version()|++|VERSION|++
|
|
|