Skip to content

Commit

Permalink
Bumpup version to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Mar 16, 2022
1 parent 9adb9ab commit 323244d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG=github.com/cyverse/irodsfs
VERSION=v0.5.4
VERSION=v0.5.5
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X '${PKG}/pkg/commons.clientVersion=${VERSION}' -X '${PKG}/pkg/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/pkg/commons.buildDate=${BUILD_DATE}'"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Pre-built binaries can be found in `Release` tab in the source repository.
iRODS FUSE Lite only works on Linux systems. It does not run on MacOS (osx).
The binary can run on any Linux distros (e.g., Ubuntu 18.x, Ubuntu 20.x, CentOS 7, or CentOS 8).

Links for iRODS FUSE Lite `v0.5.4`:
Links for iRODS FUSE Lite `v0.5.5`:

- Linux/amd64: [irodsfs_amd64_linux_v0.5.4.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.4/irodsfs_amd64_linux_v0.5.4.tar)
- Linux/arm64: [irodsfs_arm64_linux_v0.5.4.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.4/irodsfs_arm64_linux_v0.5.4.tar)
- Linux/i386: [irodsfs_arm_linux_v0.5.4.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.4/irodsfs_arm_linux_v0.5.4.tar)
- Linux/arm32: [irodsfs_arm_linux_v0.5.2.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.2/irodsfs_arm_linux_v0.5.2.tar)
- Linux/amd64: [irodsfs_amd64_linux_v0.5.5.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.5/irodsfs_amd64_linux_v0.5.5.tar)
- Linux/arm64: [irodsfs_arm64_linux_v0.5.5.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.5/irodsfs_arm64_linux_v0.5.5.tar)
- Linux/i386: [irodsfs_arm_linux_v0.5.5.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.5/irodsfs_arm_linux_v0.5.5.tar)
- Linux/arm32: [irodsfs_arm_linux_v0.5.5.tar](https://github.com/cyverse/irodsfs/releases/download/v0.5.2/irodsfs_arm_linux_v0.5.5.tar)

## Build from source

Expand Down

0 comments on commit 323244d

Please sign in to comment.