Skip to content

Commit 4cc74c1

Browse files
committed
Updated version for release v9.13
1 parent 2cf5d39 commit 4cc74c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: pgadmin4-helm
3-
version: 9.12.0
4-
appVersion: 9.12.0
3+
version: 9.13.0
4+
appVersion: 9.13.0
55
description: pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
66
home: https://pgadmin.org
77
sources: ["https://github.com/pgadmin-org/pgadmin4/tree/master/helm"]

web/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Application version number components
2020
APP_RELEASE = 9
21-
APP_REVISION = 12
21+
APP_REVISION = 13
2222

2323
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
2424
# for GA releases.
@@ -27,7 +27,7 @@
2727
# Numeric application version for upgrade checks. Should be in the format:
2828
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
2929
# zero if needed, and Z represents the suffix, with a leading zero if needed
30-
APP_VERSION_INT = 91200
30+
APP_VERSION_INT = 91300
3131

3232
# DO NOT CHANGE!
3333
# The application version string, constructed from the components

0 commit comments

Comments
 (0)