Skip to content

Commit

Permalink
publish server version 0.4.4, fixing issue/bugs links/images
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Dec 10, 2023
1 parent 37e6eb9 commit 4fa2a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go-app/internal/domain/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func getRepoStatisticsForSite(site string, thisRepoStats *types.RepoStats, wg *s
defer wg.Done()

thisRepoStats.Site = site
thisRepoStats.Repo = github.GithubArc42URL + site + "-site"
thisRepoStats.Repo = github.GithubArc42URL + site

github.StatsForRepo(site, thisRepoStats)

Expand Down
3 changes: 2 additions & 1 deletion go-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import (
"strings"
)

const AppVersion = "0.4.3"
const AppVersion = "0.4.4"

// version history
// 0.4.4 fix bad hyperlink to github issues
// 0.4.3 fix #57 (local svg images for issues and badges)
// 0.4.2 merge repositories (site-statistics and status.arc42.org-site) into one!
// 0.4.1 added links to issue & bug badges
Expand Down

0 comments on commit 4fa2a72

Please sign in to comment.