diff --git a/package.json b/package.json index fc0e6189ab..27e26bd5a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-msupply", "//": "Main version for the app, should be in semantic version format (any release candidate or test build should be separated by '-' i.e. 1.1.1-rc1 or 1.1.1-test", - "version": "2.3.02-RC1", + "version": "2.3.02", "private": true, "scripts": { "start": "cd ./server && cargo run & cd ./client && yarn start-local",