mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
!wip on adding music to v4
This commit is contained in:
parent
b5043d0580
commit
ea24e33d31
22 changed files with 615 additions and 7 deletions
|
@ -9,7 +9,7 @@ namespace Ombi.Helpers
|
|||
var version = Assembly.GetEntryAssembly()
|
||||
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
|
||||
.InformationalVersion;
|
||||
return version.Equals("1.0.0") ? "3.0.0-develop" : version;
|
||||
return version.Equals("1.0.0") ? "4.0.0-develop" : version;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue