Skip to content

Commit

Permalink
Merge pull request #118 from AlertFlow/release/v1.0.0-beta17
Browse files Browse the repository at this point in the history
Release Version 1.0.0-beta17
  • Loading branch information
JustNZ authored Jan 28, 2025
2 parents 0e03cd6 + acaa9b9 commit 3348a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
log "github.com/sirupsen/logrus"
)

const version string = "1.0.0-beta16"
const version string = "1.0.0-beta17"

var (
configFile = kingpin.Flag("config", "Config file").Short('c').Default("config.yaml").String()
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type SiteConfig = typeof siteConfig;
export const siteConfig = {
name: "AlertFlow",
description: "Monitoring Automation Platform.",
version: "1.0.0-beta16",
version: "1.0.0-beta17",
links: {
github: "https://github.com/AlertFlow",
docs: "https://docs.alertflow.org",
Expand Down

0 comments on commit 3348a57

Please sign in to comment.