Project: bump version numbers from 1.11.0 to 1.12.0 for release

This commit is contained in:
VakarisZ 2021-10-22 13:52:11 +03:00
parent c8b1694d27
commit f6e02e2a6a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import argparse
from pathlib import Path
MAJOR = "1"
MINOR = "11"
MINOR = "12"
PATCH = "0"
build_file_path = Path(__file__).parent.joinpath("BUILD")

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"name": "infection-monkey",
"description": "Infection Monkey C&C UI",
"scripts": {