mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-10 04:09:39 +00:00
Updating next version number after latest release
This commit is contained in:
parent
925c8aff91
commit
6b11da158e
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const util = require('util')
|
||||
const { Sequelize, DataTypes } = require('sequelize')
|
||||
const fileUtils = require('../../server/utils/fileUtils')
|
||||
const fileUtils = require('../utils/fileUtils')
|
||||
const LibraryItem = require('../models/LibraryItem')
|
||||
|
||||
/**
|
||||
|
|
@ -12,7 +12,7 @@ const LibraryItem = require('../models/LibraryItem')
|
|||
* @property {MigrationContext} context - an object containing the migration context.
|
||||
*/
|
||||
|
||||
const migrationVersion = '2.29.0'
|
||||
const migrationVersion = '2.30.0'
|
||||
const migrationName = `${migrationVersion}-add-deviceId`
|
||||
const loggerPrefix = `[${migrationVersion} migration]`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue