aboutsummaryrefslogtreecommitdiffstats
path: root/ui/version.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-08-06 17:18:16 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-08-06 17:18:16 +0200
commite9e5fd6114cdb76ac14c36a3f6c8cbe944404bc1 (patch)
tree7ce7facf5398578ece65e0f2d3eb3c57c903ac6d /ui/version.js
parent349ee77924ee63b9dc8a4c0f5a18e4ef873db592 (diff)
downloadjquery-ui-1.13.0-alpha.1.tar.gz
jquery-ui-1.13.0-alpha.1.zip
1.13.0-alpha.11.13.0-alpha.1
Diffstat (limited to 'ui/version.js')
-rw-r--r--ui/version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/version.js b/ui/version.js
index 1767ec7b5..6afedc1b3 100644
--- a/ui/version.js
+++ b/ui/version.js
@@ -15,6 +15,6 @@
$.ui = $.ui || {};
-return $.ui.version = "@VERSION";
+return $.ui.version = "1.13.0-alpha.1";
} );