Skip to content

Commit

Permalink
Update murkmod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rainestorme authored Apr 12, 2023
1 parent 7ca20f6 commit 40c1696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions murkmod.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

CURRENT_MAJOR=0
CURRENT_MINOR=2
CURRENT_VERSION=3
CURRENT_MINOR=3
CURRENT_VERSION=1

get_asset() {
curl -s -f "https://api.github.com/repos/rainestorme/murkmod/contents/$1" | jq -r ".content" | base64 -d
Expand Down

0 comments on commit 40c1696

Please sign in to comment.