Skip to content

Commit

Permalink
Bump development version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Nov 22, 2023
1 parent a53a36f commit 2c8d8ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Unreleased

# 0.9.8

This release includes minor bug fixes, improvements, and a breaking change regarding the syntax of handlers.
Expand Down Expand Up @@ -54,7 +56,7 @@ page](https://github.com/links-lang/links/wiki/Control-flow-linearity).
is included in the `wild` effect instead.
* The (incomplete) support for distributed session delegation has been removed.
* The standard library now provides functions for issuing SPARQL queries.

# 0.9.7

This release includes minor bug fixes, improvements, and a breaking
Expand Down
2 changes: 1 addition & 1 deletion core/basicsettings.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(** The banner *)
let version = "0.9.8 (Burghmuirhead)"
let version = "0.9.9 (Burghmuirhead)"
let version = Settings.(option ~default:(Some version) ~readonly:true "version"
|> privilege `System
|> synopsis "Print version and exit"
Expand Down

0 comments on commit 2c8d8ce

Please sign in to comment.