Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Oct 18, 2024
1 parent 88d4b6d commit 14edf26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: build/*
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = "0.3.0";
export const version = "0.3.1";
export const homePath = `${Deno.env.get("HOME")}/.drenv`;
export const versionsPath = `${homePath}/versions`;
export const binPath = `${homePath}/bin`;
Expand Down

0 comments on commit 14edf26

Please sign in to comment.