Skip to content

Commit

Permalink
Update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jul 6, 2023
1 parent 943ee9f commit 213e1ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...


## [0.8.1]

Update to latest client version https://github.com/fractal6/fractal6-ui.elm/releases/tag/0.8.1


## [0.8]

### New
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BINARY := f6
#DGRAPH_RELEASE := v21.03.1
#DGRAPH_RELEASE := v21.12.0
DGRAPH_RELEASE := v22.0.2
CLIENT_RELEASE := 0.8
CLIENT_RELEASE := 0.8.1
$(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD))
$(eval COMMIT_NAME=$(shell git rev-parse --short HEAD))
$(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))
Expand Down

0 comments on commit 213e1ce

Please sign in to comment.