Skip to content

Commit 6e5dfae

Browse files
committed
Fixed a missed version number update
One location was missed in the previous commit. This commit corrects that oversight. (internal: 7955811)
1 parent eb62975 commit 6e5dfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporter/pg_statsinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "pg_statsinfo.h"
88

9-
const char *PROGRAM_VERSION = "16.0";
9+
const char *PROGRAM_VERSION = "16.1";
1010
const char *PROGRAM_URL = "https://github.com/ossc-db/pg_statsinfo/";
1111
const char *PROGRAM_EMAIL = NULL;
1212

0 commit comments

Comments
 (0)