Bump version to 4.0.0

This commit is contained in:
objecttothis
2022-11-17 15:37:14 +04:00
committed by Steve Ireland
parent 57e51b9e1c
commit 68d00ddcfa
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class App extends BaseConfig
*
* @var string
*/
public $application_version = '4.0.0-dev';
public $application_version = '4.0.0';
/**
* This is the commit hash for the version you are currently using.

View File

@@ -1,7 +1,7 @@
{
"name": "opensourcepos",
"description": "Open Source Point of Sale is a web-based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
"version": "3.3.8",
"version": "4.0.0",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",

View File

@@ -14,7 +14,7 @@ networks:
services:
ospos:
image: jekkos/opensourcepos:3.3.8
image: jekkos/opensourcepos:4.0.0
restart: always
depends_on:
- mysql

View File

@@ -17,7 +17,7 @@ services:
image: jekkos/opensourcepos:sqlscript
command: /bin/sh -c 'exit 0'
ospos:
image: jekkos/opensourcepos:3.3.8
image: jekkos/opensourcepos:4.0.0
restart: always
depends_on:
- mysql

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.4.0",
"version": "4.0.0",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"main": "index.php",
"license": "MIT",