Skip to content

Commit

Permalink
Update version to 5.0.0-alpha1 for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Oct 31, 2024
1 parent 0224e14 commit e87a16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soupault.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "soupault"
version: "4.11.0"
version: "5.0.0-alpha1"
synopsis: "Static website generator based on HTML rewriting"
description: """
A website generator that works with page element tree rather than text
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ let default_settings = {
soupault_version = None;
}

let version = (4, 11, 0, None)
let version = (5, 0, 0, Some "alpha1")

let version_to_string v =
let major, minor, patch, suffix = v in
Expand Down

0 comments on commit e87a16b

Please sign in to comment.