Skip to content

Commit 62ceed0

Browse files
author
Oluwole Fadeyi
committed
Prepare for the v0.1.0-alpha.2
1 parent 769863a commit 62ceed0

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: slotalk
38-
version: v0.1.0-alpha.1
38+
version: v0.1.0-alpha.2

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 = "slotalk";
16-
version = "v0.1.0-alpha.1";
16+
version = "v0.1.0-alpha.2";
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: slotalk
55
## slotalk
66

77
**Application**: slotalk
8-
**Version**: v0.1.0-alpha.1
8+
**Version**: v0.1.0-alpha.2
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 slotalk
4040
// @aloe url https://tfadeyi.github.io
41-
// @aloe version v0.1.0-alpha.1
41+
// @aloe version v0.1.0-alpha.2
4242
// @aloe description Generate Sloth SLO/SLI definitions from code annotations.
4343

4444
func main() {

0 commit comments

Comments
 (0)