mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 12:25:54 +02:00
Version bump
This commit is contained in:
parent
1205981a11
commit
f87de89275
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ sist2 (Simple incremental search tool)
|
|||
Select the file corresponding to your CPU architecture and mark the binary as executable with `chmod +x` *
|
||||
2. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not
|
||||
recommended!)*
|
||||
3. *(or)* `docker pull simon987/sist2:2.12.0-x64-linux`
|
||||
3. *(or)* `docker pull simon987/sist2:2.12.1-x64-linux`
|
||||
|
||||
1. See [Usage guide](docs/USAGE.md)
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include <ctype.h>
|
||||
#include "git_hash.h"
|
||||
|
||||
#define VERSION "2.12.0"
|
||||
#define VERSION "2.12.1"
|
||||
static const char *const Version = VERSION;
|
||||
|
||||
#ifndef SIST_PLATFORM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue