Skip to content

Commit

Permalink
Version bump to 0.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 13, 2024
1 parent dcf95df commit 33f1384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/usr/bin/env bash
NAME=ruby-install
VERSION=0.9.3
VERSION=0.9.4
AUTHOR=postmodern
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
2 changes: 1 addition & 1 deletion share/ruby-install/ruby-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

shopt -s extglob

ruby_install_version="0.9.3"
ruby_install_version="0.9.4"
ruby_install_dir="${BASH_SOURCE[0]%/*}"
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"

Expand Down

0 comments on commit 33f1384

Please sign in to comment.