Skip to content

Commit ea461e5

Browse files
committed
Bump version to 1.10.6
1 parent 40e80ef commit ea461e5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.10.6
2+
13
1.10.5
24
* FEAT: Add Georgian (ka_GE) language translation (#445)
35
* FIX: Restore service list in host hover menus that disappeared after the lazy group member loading change (#437)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL=/bin/bash
2-
VERSION=1.10.5
2+
VERSION=1.10.6
33
NAME=nagvis-$(VERSION)
44

55
SED ?= sed

share/server/core/defines/global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*****************************************************************************/
2525

2626
// NagVis Version
27-
const CONST_VERSION = '1.10.5';
27+
const CONST_VERSION = '1.10.6';
2828

2929
// Set PHP error handling to standard level
3030
// Different levels for php versions below 5.1 because PHP 5.1 reports

0 commit comments

Comments
 (0)