diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-07-13 21:00:23 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-07-13 21:00:56 -0600 |
| commit | 40d3d8fb370c473d49fb4ca72c0ded5bda62a279 (patch) | |
| tree | 430e4c5d342e99158ac1542709f18d873fe9c77c /SharedVersion.cs | |
| parent | f134f45d0086b5fca27722243b8c454f8c03fbff (diff) | |
bump Jellyfin to 10.9
Diffstat (limited to 'SharedVersion.cs')
| -rw-r--r-- | SharedVersion.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SharedVersion.cs b/SharedVersion.cs index 5e2f151a2..238ef83bd 100644 --- a/SharedVersion.cs +++ b/SharedVersion.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("10.8.0")] -[assembly: AssemblyFileVersion("10.8.0")] +[assembly: AssemblyVersion("10.9.0")] +[assembly: AssemblyFileVersion("10.9.0")] |
