Skip to content

Commit eadabad

Browse files
committed
Update versions
1 parent 97cabed commit eadabad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3232
VERBOSE='no'
3333

3434
# Define software versions
35-
HESTIA_INSTALL_VER='1.7.3'
35+
HESTIA_INSTALL_VER='1.7.4~alpha'
3636
# Dependencies
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
3838
fpm_v="8.1"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3232
VERBOSE='no'
3333

3434
# Define software versions
35-
HESTIA_INSTALL_VER='1.7.3'
35+
HESTIA_INSTALL_VER='1.7.4~alpha'
3636
# Dependencies
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
3838
fpm_v="8.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hestia",
33
"private": true,
4-
"version": "1.7.3",
4+
"version": "1.7.4~alpha",
55
"description": "An open-source Linux web server control panel.",
66
"repository": "https://github.com/hestiacp/hestiacp",
77
"license": "GPL-3.0-or-later",

src/rpm/hestia/hestia.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global _hardened_build 1
22

33
Name: hestia
4-
Version: 1.7.3
5-
Release: 1%{dist}
4+
Version: 1.7.4
5+
Release: 1%~alpha{dist}
66
Summary: Hestia Control Panel
77
Group: System Environment/Base
88
License: GPLv3

0 commit comments

Comments
 (0)