Skip to content

Commit

Permalink
2025
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Jan 23, 2025
1 parent 7a5e9ae commit 7bd2e5b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/zeta-mc/winres.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CompanyName = "AntCode Team"
FileDescription = "HugeSCM - A next generation cloud-based version control system"
FileVersion = ""
InternalName = "zeta-mc.exe"
LegalCopyright = "Copyright \u00A9 2024. HugeSCM contributors"
LegalCopyright = "Copyright \u00A9 2025. HugeSCM contributors"
LegalTrademarks = ""
OriginalFilename = "zeta-mc.exe"
PrivateBuild = ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/zeta/winres.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CompanyName = "AntCode Team"
FileDescription = "HugeSCM - A next generation cloud-based version control system"
FileVersion = ""
InternalName = "zeta.exe"
LegalCopyright = "Copyright \u00A9 2024. HugeSCM contributors"
LegalCopyright = "Copyright \u00A9 2025. HugeSCM contributors"
LegalTrademarks = ""
OriginalFilename = "zeta.exe"
PrivateBuild = ""
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect
github.com/aws/smithy-go v1.22.1 // indirect
github.com/aws/smithy-go v1.22.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 h1:l+dgv/64iVlQ3WsBbnn+JSb
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10/go.mod h1:Fzsj6lZEb8AkTE5S68OhcbBqeWPsR8RnGuKPr8Todl8=
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 h1:BRVDbewN6VZcwr+FBOszDKvYeXY1kJ+GGMCcpghlw0U=
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9/go.mod h1:f6vjfZER1M17Fokn0IzssOTMT2N8ZSq+7jnNF0tArvw=
github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=
github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cloudflare/circl v1.5.0 h1:hxIWksrX6XN5a1L2TI/h53AGPhNHoUBo+TD1ms9+pys=
Expand Down
2 changes: 1 addition & 1 deletion script/zeta.iss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ArchitecturesInstallIn64BitMode={#ArchitecturesInstallIn64BitMode}
; version info
VersionInfoCompany=HugeSCM contributors
VersionInfoVersion={#AppVersion}
VersionInfoCopyright=Copyright © 2024. HugeSCM contributors
VersionInfoCopyright=Copyright © 2025. HugeSCM contributors

#if "user" == InstallTarget
AppVerName=Zeta (User)
Expand Down

0 comments on commit 7bd2e5b

Please sign in to comment.