Skip to content

Commit d6ce28a

Browse files
committed
v6.19.2
1 parent 0581081 commit d6ce28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
#define APP_ID "xmrig-proxy"
2323
#define APP_NAME "xmrig-proxy"
2424
#define APP_DESC "XMRig Stratum proxy"
25-
#define APP_VERSION "6.19.1-dev"
25+
#define APP_VERSION "6.19.2"
2626
#define APP_DOMAIN "xmrig.com"
2727
#define APP_SITE "www.xmrig.com"
2828
#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com"
2929
#define APP_KIND "proxy"
3030

3131
#define APP_VER_MAJOR 6
3232
#define APP_VER_MINOR 19
33-
#define APP_VER_PATCH 1
33+
#define APP_VER_PATCH 2
3434

3535
#ifdef _MSC_VER
3636
# if (_MSC_VER >= 1930)

0 commit comments

Comments
 (0)