Skip to content

Commit 213e1ce

Browse files
committed
Update client version
1 parent 943ee9f commit 213e1ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
...
1010

1111

12+
## [0.8.1]
13+
14+
Update to latest client version https://github.com/fractal6/fractal6-ui.elm/releases/tag/0.8.1
15+
16+
1217
## [0.8]
1318

1419
### New

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BINARY := f6
66
#DGRAPH_RELEASE := v21.03.1
77
#DGRAPH_RELEASE := v21.12.0
88
DGRAPH_RELEASE := v22.0.2
9-
CLIENT_RELEASE := 0.8
9+
CLIENT_RELEASE := 0.8.1
1010
$(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD))
1111
$(eval COMMIT_NAME=$(shell git rev-parse --short HEAD))
1212
$(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))

0 commit comments

Comments
 (0)