mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 20:26:13 +02:00
Bump version to 2.4.5
- Update CP_VERSION to 2.4.5 in base template (busts static resource cache) - Update BUILD to 5 in baseTemplate/views.py - Update version.txt build to 5 - Update branch references in fix_cyberpanel_install.sh and docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% load i18n %}
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
{% with CP_VERSION="2.4.4.1" %}
|
||||
{% with CP_VERSION="2.4.5" %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" ng-app="CyberCP">
|
||||
<head>
|
||||
|
||||
@@ -29,7 +29,7 @@ import pwd
|
||||
# Create your views here.
|
||||
|
||||
VERSION = '2.4'
|
||||
BUILD = 4
|
||||
BUILD = 5
|
||||
|
||||
|
||||
@ensure_csrf_cookie
|
||||
|
||||
Reference in New Issue
Block a user