Skip to content

Commit a19998b

Browse files
committed
Deprecate support for R2021a
1 parent 0233cb1 commit a19998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/DeprecationUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Logger from '../logging/Logger'
44
import NotificationService, { Notification } from '../notifications/NotificationService'
55

66
const ORIGINAL_MIN_RELEASE = 'R2021a'
7-
const CURRENT_MIN_RELEASE = 'R2021a'
7+
const CURRENT_MIN_RELEASE = 'R2021b'
88
const FUTURE_MIN_RELEASE = 'R2021b'
99

1010
enum DeprecationType {

0 commit comments

Comments
 (0)