Skip to content

Commit

Permalink
Prepare new version (1/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Jun 13, 2024
1 parent d2be2e6 commit 0f40cc1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dkml-installer-offline-opam.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.2.0~beta2~20240409"
version: "2.2.0~beta3~20240611"
synopsis: "DkML installer generator for Opam"
description: """
The DkML Installer for Opam generates installers for Opam.
Expand Down Expand Up @@ -62,7 +62,7 @@ install: [
"--program-version"
# The program version appears in filenames.
# Use hyphenated version like 2.2.0-beta2-20240409 not 2.2.0~beta2~20240409.
"2.2.0-beta2-20240409"
"2.2.0-beta3-20240611"
"--component"
"offline-opam"

Expand Down
2 changes: 1 addition & 1 deletion dkml-installer-offline-opam.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
"--program-version"
# The program version appears in filenames.
# Use hyphenated version like 2.2.0-beta2-20240409 not 2.2.0~beta2~20240409.
"2.2.0-beta2-20240409"
"2.2.0-beta3-20240611"
"--component"
"offline-opam"

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(lang dune 2.9)

(name dkml-installer-offline-opam)
(version 2.2.0~beta2~20240409)
(version 2.2.0~beta3~20240611)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion installer/src/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
https://github.com/microsoft/winget-cli/blob/a989c11e91b78c070bcc97c6ac2c0308a97fb867/doc/specs/%23980%20-%20Apps%20and%20Features%20entries%20version%20mapping.md#solution-design
*)
let arp_version = "2.2.0-beta2"
let arp_version = "2.2.0-beta3"

(** The version reported to DkML Install API *)
let program_version = arp_version

0 comments on commit 0f40cc1

Please sign in to comment.