Skip to content

Commit

Permalink
Version bump to 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 30, 2023
1 parent 802f245 commit 1ee0921
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.2
VERSION=0.9.3
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.2"
ruby_install_version="0.9.3"
ruby_install_dir="${BASH_SOURCE[0]%/*}"
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"

Expand Down

0 comments on commit 1ee0921

Please sign in to comment.