Skip to content

Commit f018c93

Browse files
committed
release: v1.2.0 (mariadb backup, service improvements)
1 parent 6627682 commit f018c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app": "phost",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"channel": "stable",
55
"build": {
66
"number": 1,

phost.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Version 1.1.0
33
# Author: Juan Romero Collazos
44

5-
$PHOST_VERSION = "1.1.0"
5+
$PHOST_VERSION = "1.2.0"
66
$ROOT = Split-Path -Parent (Resolve-Path $MyInvocation.MyCommand.Path)
77

88
# -----------------------------

0 commit comments

Comments
 (0)