We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d9edd commit a4d4a6bCopy full SHA for a4d4a6b
builder/Manifest/Manifest.pl
@@ -1,5 +1,5 @@
1
:- bundle(builder).
2
-version('1.24.0'). % (same as 'core')
+version('1.25.0'). % (same as 'core')
3
depends([core]).
4
alias_paths([ciaobld = 'src']).
5
%
ciao-boot.sh
@@ -40,8 +40,8 @@ fi
40
41
release_query_info() {
42
case "$v__release" in
43
- stable) tag=v1.24.0-m1 ;;
44
- beta) tag=v1.24.0-m1 ;;
+ stable) tag=v1.25.0-m1 ;;
+ beta) tag=v1.25.0-m1 ;;
45
latest) tag=master ;;
46
esac
47
# Set other defaults based on release
core/Manifest/GlobalVersion
@@ -1 +1 @@
-1.24
+1.25
0 commit comments