Skip to content

Commit d7eb9f6

Browse files
authored
Merge pull request #56 from slosive/prepare-v0.1.0-alpha.5
Prepare for new release
2 parents ae463ca + 0a7c722 commit d7eb9f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

default.aloe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ errors_definitions:
3535
summary: The tool has failed to print outputDirectory the Sloth definitions for service.
3636
title: Error Creating Artefacts
3737
name: sloscribe
38-
version: v0.1.0-alpha.4
38+
version: v0.1.0-alpha.5

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
pkgs.buildGoApplication {
1515
pname = "sloscribe";
16-
version = "v0.1.0-alpha.4";
16+
version = "v0.1.0-alpha.5";
1717
pwd = ./.;
1818
src = ./.;
1919
modules = ./gomod2nix.toml;

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: sloscribe
55
## sloscribe
66

77
**Application**: sloscribe
8-
**Version**: v0.1.0-alpha.4
8+
**Version**: v0.1.0-alpha.5
99

1010
### Description
1111

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838

3939
// @aloe name sloscribe
4040
// @aloe url https://slosive.github.io
41-
// @aloe version v0.1.0-alpha.4
41+
// @aloe version v0.1.0-alpha.5
4242
// @aloe description Generate Sloth SLO/SLI definitions from code annotations.
4343

4444
func main() {

0 commit comments

Comments
 (0)