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
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { Conf } from '@/config.ts';
import { Storages } from '@/storages.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 { host, protocol } = Conf.url;