Update package version to 3.4.6

This commit is contained in:
2025-09-20 12:12:07 +03:00
parent e7c4b52a8a
commit eeb6266e5d
3 changed files with 12 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://www.ruby-lang.org/en/downloads/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -A1 'The current stable version is ' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?')
echo "$VERSION"