Skip to content

Commit 2707f1c

Browse files
committed
Set Version: 0.1.130
1 parent fd191c3 commit 2707f1c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

booster/hs-backend-booster.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hs-backend-booster
8-
version: 0.1.129
8+
version: 0.1.130
99
synopsis: A simple rewrite engine to accelerate K Framework's Haskell backend
1010
description: See [README](README.md)
1111
category: Language

booster/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hs-backend-booster
2-
version: '0.1.129'
2+
version: '0.1.130'
33
github: "runtimeverification/hs-backend-booster"
44
license: BSD3
55
author: "Runtime Verification Inc"

dev-tools/hs-backend-booster-dev-tools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hs-backend-booster-dev-tools
8-
version: 0.1.129
8+
version: 0.1.130
99
synopsis: Dev-tools for hs-backend-booster
1010
category: Language
1111
homepage: https://github.com/runtimeverification/hs-backend-booster#readme

dev-tools/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hs-backend-booster-dev-tools
2-
version: '0.1.129'
2+
version: '0.1.130'
33
github: "runtimeverification/hs-backend-booster"
44
license: BSD3
55
author: "Runtime Verification Inc"

kore-rpc-types/kore-rpc-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: kore-rpc-types
3-
version: 0.1.129
3+
version: 0.1.130
44
description: Please see the [README](README.md) file.
55
category: Language
66
homepage: https://github.com/runtimeverification/haskell-backend#readme

kore/kore.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: kore
3-
version: 0.1.129
3+
version: 0.1.130
44
description: Please see the [README](README.md) file.
55
category: Language
66
homepage: https://github.com/runtimeverification/haskell-backend#readme

package/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
k-haskell-backend (0.1.129) unstable; urgency=medium
1+
k-haskell-backend (0.1.130) unstable; urgency=medium
22

33
* Initial release
44

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.129
1+
0.1.130

0 commit comments

Comments
 (0)