diff --git a/common/src/main/java/org/geogebra/common/GeoGebraConstants.java b/common/src/main/java/org/geogebra/common/GeoGebraConstants.java index cbbc74f5038..774cf5ba9d5 100644 --- a/common/src/main/java/org/geogebra/common/GeoGebraConstants.java +++ b/common/src/main/java/org/geogebra/common/GeoGebraConstants.java @@ -10,9 +10,9 @@ public interface GeoGebraConstants { // as it is read by the build system // and updated automatically by the "Version Bump" task /** last build date */ - public static final String BUILD_DATE = "11 May 2021"; + public static final String BUILD_DATE = "25 May 2021"; /** complete version string */ - public static final String VERSION_STRING = "5.0.642.0"; + public static final String VERSION_STRING = "5.0.643.0"; /** proper noun, should NOT be translated / transliterated */ public static final String APPLICATION_NAME = "GeoGebra";