Change verson to v1.0.0

This commit is contained in:
Alex Gleason 2024-06-14 08:31:12 -05:00
parent fe46db3e04
commit 9c640ca86b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.0] - 2024-06-14
- Initial release - Initial release
[unreleased]: https://gitlab.com/soapbox-pub/ditto/-/compare/main...HEAD [unreleased]: https://gitlab.com/soapbox-pub/ditto/-/compare/v1.0.0...HEAD
[1.0.0]: https://gitlab.com/soapbox-pub/ditto/-/tags/v1.0.0

View File

@ -3,7 +3,7 @@ import { Conf } from '@/config.ts';
import { Storages } from '@/storages.ts'; import { Storages } from '@/storages.ts';
import { getInstanceMetadata } from '@/utils/instance.ts'; import { getInstanceMetadata } from '@/utils/instance.ts';
const version = '0.0.0 (compatible; Ditto 0.0.1)'; const version = '3.0.0 (compatible; Ditto 1.0.0)';
const instanceV1Controller: AppController = async (c) => { const instanceV1Controller: AppController = async (c) => {
const { host, protocol } = Conf.url; const { host, protocol } = Conf.url;