Skip to content

Commit

Permalink
Update to v0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Feb 4, 2024
1 parent adbce94 commit f5ab887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: nostrudel
# A human readable service title
title: "noStrudel"
# Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service.
version: 0.38.0.0
version: 0.38.1.0
# Release notes for the update - can be a string, paragraph or URL
release-notes: ->
- Support for nsecbunker and the new OAuth flow
Expand Down
2 changes: 1 addition & 1 deletion nostrudel
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping({}, "0.38.0.0" );
.fromMapping({}, "0.38.1.0" );

0 comments on commit f5ab887

Please sign in to comment.