Version bump

This commit is contained in:
simon987 2021-09-06 14:14:00 -04:00
parent 27560a82bb
commit bbf1aca936
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ sist2 (Simple incremental search tool)
1. Download sist2 executable
1. Download the [latest sist2 release](https://github.com/simon987/sist2/releases) *
1. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not recommended!)*
1. *(or)* `docker pull simon987/sist2:2.11.0-x64-linux`
1. *(or)* `docker pull simon987/sist2:2.11.2-x64-linux`
1. See [Usage guide](docs/USAGE.md)

View File

@ -49,7 +49,7 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "2.11.1"
#define VERSION "2.11.2"
static const char *const Version = VERSION;
#ifndef SIST_PLATFORM