Update version info to 2.02.06b

This commit is contained in:
Douglas Gillespie 2022-12-12 17:02:49 +00:00
parent 4e0eab5d75
commit bd0bed350c

View File

@ -31,12 +31,12 @@ public class PamguardVersionInfo {
* Version number, major version.minorversion.sub-release. * Version number, major version.minorversion.sub-release.
* Note: can't go higher than sub-release 'f' * Note: can't go higher than sub-release 'f'
*/ */
static public final String version = "2.02.06a"; static public final String version = "2.02.06b";
/** /**
* Release date * Release date
*/ */
static public final String date = "15 November 2022"; static public final String date = "28 November 2022";
// /** // /**
// * Release type - Beta or Core // * Release type - Beta or Core